summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorliamwhite <liamwhite@users.noreply.github.com>2023-12-14 05:15:43 +0100
committerGitHub <noreply@github.com>2023-12-14 05:15:43 +0100
commit462ba1b360c4c314d5ae57cbe6df240562664f8c (patch)
treea8ad763d7dbb2f84b315822fd113efb3d3cdac0f
parentMerge pull request #12342 from FearlessTobi/fix-msvc (diff)
parentci: fix homebrew installation issue in actions runner images (diff)
downloadyuzu-462ba1b360c4c314d5ae57cbe6df240562664f8c.tar
yuzu-462ba1b360c4c314d5ae57cbe6df240562664f8c.tar.gz
yuzu-462ba1b360c4c314d5ae57cbe6df240562664f8c.tar.bz2
yuzu-462ba1b360c4c314d5ae57cbe6df240562664f8c.tar.lz
yuzu-462ba1b360c4c314d5ae57cbe6df240562664f8c.tar.xz
yuzu-462ba1b360c4c314d5ae57cbe6df240562664f8c.tar.zst
yuzu-462ba1b360c4c314d5ae57cbe6df240562664f8c.zip
-rw-r--r--.github/workflows/verify.yml3
1 files changed, 2 insertions, 1 deletions
diff --git a/.github/workflows/verify.yml b/.github/workflows/verify.yml
index ea1302b2f..c073f3f3f 100644
--- a/.github/workflows/verify.yml
+++ b/.github/workflows/verify.yml
@@ -79,7 +79,8 @@ jobs:
fetch-depth: 0
- name: Install dependencies
run: |
- brew install autoconf automake boost@1.83 ccache ffmpeg fmt glslang hidapi libtool libusb lz4 ninja nlohmann-json openssl pkg-config qt@5 sdl2 speexdsp zlib zlib zstd
+ # workaround for https://github.com/actions/setup-python/issues/577
+ brew install autoconf automake boost@1.83 ccache ffmpeg fmt glslang hidapi libtool libusb lz4 ninja nlohmann-json openssl pkg-config qt@5 sdl2 speexdsp zlib zlib zstd || brew link --overwrite python@3.12
- name: Build
run: |
mkdir build